crypto/cipher.gcm.nonceSize (field)

5 uses

	crypto/cipher (current package)
		gcm.go#L72: 	nonceSize int
		gcm.go#L132: 	g := &gcm{cipher: cipher, nonceSize: nonceSize, tagSize: tagSize}
		gcm.go#L161: 	return g.nonceSize
		gcm.go#L169: 	if len(nonce) != g.nonceSize {
		gcm.go#L199: 	if len(nonce) != g.nonceSize {